projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
08b4600
)
(struct coding_system): New member composed_chars.
author
Kenichi Handa
<handa@m17n.org>
Sat, 26 Sep 1998 04:20:48 +0000
(
04:20
+0000)
committer
Kenichi Handa
<handa@m17n.org>
Sat, 26 Sep 1998 04:20:48 +0000
(
04:20
+0000)
src/coding.h
patch
|
blob
|
history
diff --git
a/src/coding.h
b/src/coding.h
index 46997e9f816ed401a0f834dbd757d7cfed9f71bf..438456ed40017bfbf613f521131a2a1f9ce9a16e 100644
(file)
--- a/
src/coding.h
+++ b/
src/coding.h
@@
-334,6
+334,9
@@
struct coding_system
meaing of each non-zero value. */
int composing;
+ /* Number of composed characters in the current composing sequence. */
+ int composed_chars;
+
/* Detailed information specific to each type of coding system. */
union spec
{